Class DbfEncodingBase
Inheritance
System.Object
DbfEncodingBase
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class DbfEncodingBase : Encoding
Constructors
DbfEncodingBase()
Declaration
protected DbfEncodingBase()
Methods
GetByteCount(Char[], Int32, Int32)
Declaration
public override int GetByteCount(char[] chars, int index, int count)
Parameters
|
System.Char[]
chars
|
|
System.Int32
index
|
|
System.Int32
count
|
Returns
|
System.Int32
|
GetBytes(Char[], Int32, Int32, Byte[], Int32)
Declaration
public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex)
Parameters
|
System.Char[]
chars
|
|
System.Int32
charIndex
|
|
System.Int32
charCount
|
|
System.Byte[]
bytes
|
|
System.Int32
byteIndex
|
Returns
|
System.Int32
|
GetCharCount(Byte[], Int32, Int32)
Declaration
public override int GetCharCount(byte[] bytes, int index, int count)
Parameters
|
System.Byte[]
bytes
|
|
System.Int32
index
|
|
System.Int32
count
|
Returns
|
System.Int32
|
GetChars(Byte[], Int32, Int32, Char[], Int32)
Declaration
public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
Parameters
|
System.Byte[]
bytes
|
|
System.Int32
byteIndex
|
|
System.Int32
byteCount
|
|
System.Char[]
chars
|
|
System.Int32
charIndex
|
Returns
|
System.Int32
|
GetMaxByteCount(Int32)
Declaration
public override int GetMaxByteCount(int charCount)
Parameters
|
System.Int32
charCount
|
Returns
|
System.Int32
|
GetMaxCharCount(Int32)
Declaration
public override int GetMaxCharCount(int byteCount)
Parameters
|
System.Int32
byteCount
|
Returns
|
System.Int32
|