|
ByteEncodingGetBytes(String) Method
|
Decodes given string back into a byte buffer.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax Public Overridable Function GetBytes (
value As String
) As Byte()
function GetBytes(value);
View SourceParameters
- value String
- Encoded string to decode.
Return Value
ByteDecoded bytes.
See Also