Summary
ToBase64 method allows to retrieve all binary data represented by NG.Serialization.TBinaryData instance as a Base-64 encoded string.
Syntax
function ToBase64: string;
Return Value
Type: string
Base-64 encoded string, representing whole binary data.
See Also
Reference
- TDeserializer
- TBinaryData Structure
- NG.Serialization Namespace