Property | Type | Description | |
---|---|---|---|
bodyName | string | ||
encodingName | string | ||
headerName | string | ||
isBrowserDisplay | bool | ||
isBrowserSave | bool | ||
isMailNewsDisplay | bool | ||
isMailNewsSave | bool | ||
toChars | char[] | ||
webName | string | ||
windowsCodePage | int |
Method | Description | |
---|---|---|
GetByteCount ( String s ) : int | ||
GetByteCountImpl ( char chars, int charCount ) : int | ||
GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int | ||
GetCharCount ( byte bytes, int index, int count ) : int | ||
GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
GetMaxByteCount ( int charCount ) : int | ||
GetMaxCharCount ( int byteCount ) : int | ||
GetString ( byte bytes ) : String | ||
GetString ( byte bytes, int index, int count ) : string | ||
IsAlwaysNormalized ( NormalizationForm form ) : bool |
Method | Description | |
---|---|---|
ByteEncoding ( int codePage, char toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage ) : System | ||
ToBytes ( char chars, int charCount, byte bytes, int byteCount ) : void | ||
ToBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : void |
protected ByteEncoding ( int codePage, char toChars, string encodingName, string bodyName, string headerName, string webName, bool isBrowserDisplay, bool isBrowserSave, bool isMailNewsDisplay, bool isMailNewsSave, int windowsCodePage ) : System | ||
codePage | int | |
toChars | char | |
encodingName | string | |
bodyName | string | |
headerName | string | |
webName | string | |
isBrowserDisplay | bool | |
isBrowserSave | bool | |
isMailNewsDisplay | bool | |
isMailNewsSave | bool | |
windowsCodePage | int | |
return | System |
public GetByteCountImpl ( char chars, int charCount ) : int | ||
chars | char | |
charCount | int | |
return | int |
public GetBytesImpl ( char chars, int charCount, byte bytes, int byteCount ) : int | ||
chars | char | |
charCount | int | |
bytes | byte | |
byteCount | int | |
return | int |
public GetCharCount ( byte bytes, int index, int count ) : int | ||
bytes | byte | |
index | int | |
count | int | |
return | int |
public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int | ||
bytes | byte | |
byteIndex | int | |
byteCount | int | |
chars | char | |
charIndex | int | |
return | int |
public GetMaxByteCount ( int charCount ) : int | ||
charCount | int | |
return | int |
public GetMaxCharCount ( int byteCount ) : int | ||
byteCount | int | |
return | int |
public GetString ( byte bytes, int index, int count ) : string | ||
bytes | byte | |
index | int | |
count | int | |
return | string |
public IsAlwaysNormalized ( NormalizationForm form ) : bool | ||
form | NormalizationForm | |
return | bool |
protected abstract ToBytes ( char chars, int charCount, byte bytes, int byteCount ) : void | ||
chars | char | |
charCount | int | |
bytes | byte | |
byteCount | int | |
return | void |
protected ToBytes ( char chars, int charIndex, int charCount, byte bytes, int byteIndex ) : void | ||
chars | char | |
charIndex | int | |
charCount | int | |
bytes | byte | |
byteIndex | int | |
return | void |