EncodingHelpers
Overview
Location
- Reference: Sugar
- Namespace: Sugar
Class Methods
class method GetBytes(aEncoding: Encoding; Value: array of Char; Offset: Int32; Count: Int32): array of Byte
Parameters:
- aEncoding:
- Value:
- Offset:
- Count:
Parameters:
- aEncoding:
- Value:
GetChars
class method GetChars(aEncoding: Encoding; Value: array of Byte; Offset: Int32; Count: Int32): array of Char
Parameters:
- aEncoding:
- Value:
- Offset:
- Count:
GetEncoding
Parameters:
- aName:
GetString
class method GetString(aEncoding: Encoding; Value: array of Byte; Offset: Int32; Count: Int32): String
Parameters:
- aEncoding:
- Value:
- Offset:
- Count: