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.
Namespace: OddPrgAssembly: OddPrg (in OddPrg.dll) Version: 2.0.0.0 (2.0.0.0)
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.