ByteBufferToString Method

Conversion to string. Converts source bytes to ASCII characters Převod bufferu na string. Pokud obsahuje nulové bajty, tak to může výsledný řetězec zkrátit (pouze při zobrazování). Podívej se také na AsHexString.

Definition

Namespace: OddPrg
Assembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public override string ToString()

Return Value

String
String of source bytes as ASCII characters. If source array contains bytes with zero value, the resulting string will be dispalyed shorter, terminated on first zero occurence.

See Also