Overview

Helper class for encoding.

Location

constructor  protected


ASCIIToString (array of Byte): not nullable String

class method ASCIIToString(aValue: array of Byte): not nullable String
static String! ASCIIToString(Byte[] aValue)
static func ASCIIToString(_ aValue: Byte...) -> String
static String ASCIIToString(Byte[] aValue)
Shared Function ASCIIToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method ASCIIToString(aValue: array of Byte; aOffset: Int32; aCount: Int32): not nullable String
static String! ASCIIToString(Byte[] aValue, Int32 aOffset, Int32 aCount)
static func ASCIIToString(_ aValue: Byte..., _ aOffset: Int32, _ aCount: Int32) -> String
static String ASCIIToString(Byte[] aValue, Int32 aOffset, Int32 aCount)
Shared Function ASCIIToString(aValue As Byte(), aOffset As Int32, aCount As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • aCount:

Equals  virtual    (declared in Object)

Default constructor.

method Equals(aOther: Object): Boolean
Boolean Equals(Object aOther)
func Equals(_ aOther: Object) -> Boolean
Boolean Equals(Object aOther)
Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Finalize  protected virtual    (declared in Object)


GetHashCode  virtual    (declared in Object)

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

GetType    (declared in Object)

Returns the actual type of this class

Function GetType() As Type

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

class method ReferenceEquals(a: Object; b: Object): Boolean
static Boolean ReferenceEquals(Object a, Object b)
static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean
static Boolean ReferenceEquals(Object a, Object b)
Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

StringToASCII

class method StringToASCII(aValue: String): not nullable array of Byte
static Byte[]! StringToASCII(String aValue)
static func StringToASCII(_ aValue: String) -> Byte...
static Byte[] StringToASCII(String aValue)
Shared Function StringToASCII(aValue As String) As Byte()

Parameters:

  • aValue:

StringToUTF16

class method StringToUTF16(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF16(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF16(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF16(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF16(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF16BE

class method StringToUTF16BE(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF16BE(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF16BE(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF16BE(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF16BE(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF16LE

class method StringToUTF16LE(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF16LE(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF16LE(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF16LE(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF16LE(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF32

class method StringToUTF32(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF32(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF32(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF32(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF32(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF32BE

class method StringToUTF32BE(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF32BE(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF32BE(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF32BE(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF32BE(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF32LE

class method StringToUTF32LE(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF32LE(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF32LE(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF32LE(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF32LE(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF8

class method StringToUTF8(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF8(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF8(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF8(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF8(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

ToString  virtual    (declared in Object)

Gets the string representation of this method.

func ToString() -> String
Function ToString() As String

UTF16BEToString (array of Byte): not nullable String

class method UTF16BEToString(aValue: array of Byte): not nullable String
static String! UTF16BEToString(Byte[] aValue)
static func UTF16BEToString(_ aValue: Byte...) -> String
static String UTF16BEToString(Byte[] aValue)
Shared Function UTF16BEToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF16BEToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF16BEToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF16BEToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF16BEToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF16BEToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF16LEToString (array of Byte): not nullable String

class method UTF16LEToString(aValue: array of Byte): not nullable String
static String! UTF16LEToString(Byte[] aValue)
static func UTF16LEToString(_ aValue: Byte...) -> String
static String UTF16LEToString(Byte[] aValue)
Shared Function UTF16LEToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF16LEToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF16LEToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF16LEToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF16LEToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF16LEToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF16ToString (array of Byte): not nullable String

class method UTF16ToString(aValue: array of Byte): not nullable String
static String! UTF16ToString(Byte[] aValue)
static func UTF16ToString(_ aValue: Byte...) -> String
static String UTF16ToString(Byte[] aValue)
Shared Function UTF16ToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF16ToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF16ToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF16ToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF16ToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF16ToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF32BEToString (array of Byte): not nullable String

class method UTF32BEToString(aValue: array of Byte): not nullable String
static String! UTF32BEToString(Byte[] aValue)
static func UTF32BEToString(_ aValue: Byte...) -> String
static String UTF32BEToString(Byte[] aValue)
Shared Function UTF32BEToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF32BEToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF32BEToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF32BEToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF32BEToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF32BEToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF32LEToString (array of Byte): not nullable String

class method UTF32LEToString(aValue: array of Byte): not nullable String
static String! UTF32LEToString(Byte[] aValue)
static func UTF32LEToString(_ aValue: Byte...) -> String
static String UTF32LEToString(Byte[] aValue)
Shared Function UTF32LEToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF32LEToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF32LEToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF32LEToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF32LEToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF32LEToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF32ToString (array of Byte): not nullable String

class method UTF32ToString(aValue: array of Byte): not nullable String
static String! UTF32ToString(Byte[] aValue)
static func UTF32ToString(_ aValue: Byte...) -> String
static String UTF32ToString(Byte[] aValue)
Shared Function UTF32ToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF32ToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF32ToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF32ToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF32ToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF32ToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF8ToString (array of Byte): not nullable String

class method UTF8ToString(aValue: array of Byte): not nullable String
static String! UTF8ToString(Byte[] aValue)
static func UTF8ToString(_ aValue: Byte...) -> String
static String UTF8ToString(Byte[] aValue)
Shared Function UTF8ToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF8ToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF8ToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF8ToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF8ToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF8ToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

ASCIIToString (array of Byte): not nullable String

class method ASCIIToString(aValue: array of Byte): not nullable String
static String! ASCIIToString(Byte[] aValue)
static func ASCIIToString(_ aValue: Byte...) -> String
static String ASCIIToString(Byte[] aValue)
Shared Function ASCIIToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method ASCIIToString(aValue: array of Byte; aOffset: Int32; aCount: Int32): not nullable String
static String! ASCIIToString(Byte[] aValue, Int32 aOffset, Int32 aCount)
static func ASCIIToString(_ aValue: Byte..., _ aOffset: Int32, _ aCount: Int32) -> String
static String ASCIIToString(Byte[] aValue, Int32 aOffset, Int32 aCount)
Shared Function ASCIIToString(aValue As Byte(), aOffset As Int32, aCount As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • aCount:

ReferenceEquals    (declared in Object)

Compares two references for equivalence (even if they have an equals operator)

class method ReferenceEquals(a: Object; b: Object): Boolean
static Boolean ReferenceEquals(Object a, Object b)
static func ReferenceEquals(_ a: Object, _ b: Object) -> Boolean
static Boolean ReferenceEquals(Object a, Object b)
Shared Function ReferenceEquals(a As Object, b As Object) As Boolean

Parameters:

  • a: left value
  • b: right value

StringToASCII

class method StringToASCII(aValue: String): not nullable array of Byte
static Byte[]! StringToASCII(String aValue)
static func StringToASCII(_ aValue: String) -> Byte...
static Byte[] StringToASCII(String aValue)
Shared Function StringToASCII(aValue As String) As Byte()

Parameters:

  • aValue:

StringToUTF16

class method StringToUTF16(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF16(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF16(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF16(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF16(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF16BE

class method StringToUTF16BE(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF16BE(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF16BE(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF16BE(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF16BE(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF16LE

class method StringToUTF16LE(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF16LE(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF16LE(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF16LE(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF16LE(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF32

class method StringToUTF32(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF32(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF32(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF32(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF32(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF32BE

class method StringToUTF32BE(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF32BE(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF32BE(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF32BE(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF32BE(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF32LE

class method StringToUTF32LE(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF32LE(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF32LE(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF32LE(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF32LE(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

StringToUTF8

class method StringToUTF8(aValue: String; aGenerateBOM: Boolean := false): not nullable array of Byte
static Byte[]! StringToUTF8(String aValue, Boolean aGenerateBOM = false)
static func StringToUTF8(_ aValue: String, _ aGenerateBOM: Boolean = false) -> Byte...
static Byte[] StringToUTF8(String aValue, Boolean aGenerateBOM)
Shared Function StringToUTF8(aValue As String, aGenerateBOM As Boolean = false) As Byte()

Parameters:

  • aValue:
  • aGenerateBOM:

UTF16BEToString (array of Byte): not nullable String

class method UTF16BEToString(aValue: array of Byte): not nullable String
static String! UTF16BEToString(Byte[] aValue)
static func UTF16BEToString(_ aValue: Byte...) -> String
static String UTF16BEToString(Byte[] aValue)
Shared Function UTF16BEToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF16BEToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF16BEToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF16BEToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF16BEToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF16BEToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF16LEToString (array of Byte): not nullable String

class method UTF16LEToString(aValue: array of Byte): not nullable String
static String! UTF16LEToString(Byte[] aValue)
static func UTF16LEToString(_ aValue: Byte...) -> String
static String UTF16LEToString(Byte[] aValue)
Shared Function UTF16LEToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF16LEToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF16LEToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF16LEToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF16LEToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF16LEToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF16ToString (array of Byte): not nullable String

class method UTF16ToString(aValue: array of Byte): not nullable String
static String! UTF16ToString(Byte[] aValue)
static func UTF16ToString(_ aValue: Byte...) -> String
static String UTF16ToString(Byte[] aValue)
Shared Function UTF16ToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF16ToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF16ToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF16ToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF16ToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF16ToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF32BEToString (array of Byte): not nullable String

class method UTF32BEToString(aValue: array of Byte): not nullable String
static String! UTF32BEToString(Byte[] aValue)
static func UTF32BEToString(_ aValue: Byte...) -> String
static String UTF32BEToString(Byte[] aValue)
Shared Function UTF32BEToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF32BEToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF32BEToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF32BEToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF32BEToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF32BEToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF32LEToString (array of Byte): not nullable String

class method UTF32LEToString(aValue: array of Byte): not nullable String
static String! UTF32LEToString(Byte[] aValue)
static func UTF32LEToString(_ aValue: Byte...) -> String
static String UTF32LEToString(Byte[] aValue)
Shared Function UTF32LEToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF32LEToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF32LEToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF32LEToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF32LEToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF32LEToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF32ToString (array of Byte): not nullable String

class method UTF32ToString(aValue: array of Byte): not nullable String
static String! UTF32ToString(Byte[] aValue)
static func UTF32ToString(_ aValue: Byte...) -> String
static String UTF32ToString(Byte[] aValue)
Shared Function UTF32ToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF32ToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF32ToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF32ToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF32ToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF32ToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

UTF8ToString (array of Byte): not nullable String

class method UTF8ToString(aValue: array of Byte): not nullable String
static String! UTF8ToString(Byte[] aValue)
static func UTF8ToString(_ aValue: Byte...) -> String
static String UTF8ToString(Byte[] aValue)
Shared Function UTF8ToString(aValue As Byte()) As String

Parameters:

  • aValue:

class method UTF8ToString(aValue: array of Byte; aOffset: Int32; len: Int32): not nullable String
static String! UTF8ToString(Byte[] aValue, Int32 aOffset, Int32 len)
static func UTF8ToString(_ aValue: Byte..., _ aOffset: Int32, _ len: Int32) -> String
static String UTF8ToString(Byte[] aValue, Int32 aOffset, Int32 len)
Shared Function UTF8ToString(aValue As Byte(), aOffset As Int32, len As Int32) As String

Parameters:

  • aValue:
  • aOffset:
  • len:

constructor  protected


Equals  virtual    (declared in Object)

Default constructor.

method Equals(aOther: Object): Boolean
Boolean Equals(Object aOther)
func Equals(_ aOther: Object) -> Boolean
Boolean Equals(Object aOther)
Function Equals(aOther As Object) As Boolean

Parameters:

  • aOther: the reference to compare this with.

Finalize  protected virtual    (declared in Object)


GetHashCode  virtual    (declared in Object)

Returns a hashcode for this object. Overriden implementations should make sure that the number returned here is constant given the same object.

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

GetType    (declared in Object)

Returns the actual type of this class

Function GetType() As Type

ToString  virtual    (declared in Object)

Gets the string representation of this method.

func ToString() -> String
Function ToString() As String