Iso8859Dash1Encoding
Overview
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.ZLib
- Platforms: .NET Compact Framework
- Ancestry: Encoding | Iso8859Dash1Encoding
constructor
constructor
Iso8859Dash1Encoding()
Sub New()
constructor (Int32)
constructor(codePage: Int32)
Iso8859Dash1Encoding(Int32 codePage)
Sub New(codePage As Int32)
Parameters:
- codePage:
CharacterCount
class property CharacterCount: Int32 read;
class Int32 CharacterCount { get; }
Shared ReadOnly Property CharacterCount() As Int32
GetByteCount
method GetByteCount(chars: array of Char; index: Int32; count: Int32): Int32
Int32 GetByteCount(Char[] chars, Int32 index, Int32 count)
Function GetByteCount(chars As Char(), index As Int32, count As Int32) As Int32
Parameters:
- chars:
- index:
- count:
GetBytes
method GetBytes(chars: array of Char; start: Int32; count: Int32; bytes: array of Byte; byteIndex: Int32): Int32
Int32 GetBytes(Char[] chars, Int32 start, Int32 count, Byte[] bytes, Int32 byteIndex)
Function GetBytes(chars As Char(), start As Int32, count As Int32, bytes As Byte(), byteIndex As Int32) As Int32
Parameters:
- chars:
- start:
- count:
- bytes:
- byteIndex:
GetCharCount
method GetCharCount(bytes: array of Byte; index: Int32; count: Int32): Int32
Int32 GetCharCount(Byte[] bytes, Int32 index, Int32 count)
Function GetCharCount(bytes As Byte(), index As Int32, count As Int32) As Int32
Parameters:
- bytes:
- index:
- count:
GetChars
method GetChars(bytes: array of Byte; start: Int32; count: Int32; chars: array of Char; charIndex: Int32): Int32
Int32 GetChars(Byte[] bytes, Int32 start, Int32 count, Char[] chars, Int32 charIndex)
Function GetChars(bytes As Byte(), start As Int32, count As Int32, chars As Char(), charIndex As Int32) As Int32
Parameters:
- bytes:
- start:
- count:
- chars:
- charIndex:
GetMaxByteCount
method GetMaxByteCount(charCount: Int32): Int32
Int32 GetMaxByteCount(Int32 charCount)
Function GetMaxByteCount(charCount As Int32) As Int32
Parameters:
- charCount:
GetMaxCharCount
method GetMaxCharCount(byteCount: Int32): Int32
Int32 GetMaxCharCount(Int32 byteCount)
Function GetMaxCharCount(byteCount As Int32) As Int32
Parameters:
- byteCount:
WebName
property WebName: String read;
String WebName { get; }
ReadOnly Property WebName() As String
WebName
property WebName: String read;
String WebName { get; }
ReadOnly Property WebName() As String
CharacterCount
class property CharacterCount: Int32 read;
class Int32 CharacterCount { get; }
Shared ReadOnly Property CharacterCount() As Int32
constructor
constructor
Iso8859Dash1Encoding()
Sub New()
constructor (Int32)
constructor(codePage: Int32)
Iso8859Dash1Encoding(Int32 codePage)
Sub New(codePage As Int32)
Parameters:
- codePage:
GetByteCount
method GetByteCount(chars: array of Char; index: Int32; count: Int32): Int32
Int32 GetByteCount(Char[] chars, Int32 index, Int32 count)
Function GetByteCount(chars As Char(), index As Int32, count As Int32) As Int32
Parameters:
- chars:
- index:
- count:
GetBytes
method GetBytes(chars: array of Char; start: Int32; count: Int32; bytes: array of Byte; byteIndex: Int32): Int32
Int32 GetBytes(Char[] chars, Int32 start, Int32 count, Byte[] bytes, Int32 byteIndex)
Function GetBytes(chars As Char(), start As Int32, count As Int32, bytes As Byte(), byteIndex As Int32) As Int32
Parameters:
- chars:
- start:
- count:
- bytes:
- byteIndex:
GetCharCount
method GetCharCount(bytes: array of Byte; index: Int32; count: Int32): Int32
Int32 GetCharCount(Byte[] bytes, Int32 index, Int32 count)
Function GetCharCount(bytes As Byte(), index As Int32, count As Int32) As Int32
Parameters:
- bytes:
- index:
- count:
GetChars
method GetChars(bytes: array of Byte; start: Int32; count: Int32; chars: array of Char; charIndex: Int32): Int32
Int32 GetChars(Byte[] bytes, Int32 start, Int32 count, Char[] chars, Int32 charIndex)
Function GetChars(bytes As Byte(), start As Int32, count As Int32, chars As Char(), charIndex As Int32) As Int32
Parameters:
- bytes:
- start:
- count:
- chars:
- charIndex:
GetMaxByteCount
method GetMaxByteCount(charCount: Int32): Int32
Int32 GetMaxByteCount(Int32 charCount)
Function GetMaxByteCount(charCount As Int32) As Int32
Parameters:
- charCount:
GetMaxCharCount
method GetMaxCharCount(byteCount: Int32): Int32
Int32 GetMaxCharCount(Int32 byteCount)
Function GetMaxCharCount(byteCount As Int32) As Int32
Parameters:
- byteCount: