|
ByteEncodingGetBytes(String) Method
|
Decodes given string back into a byte buffer.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
SyntaxPublic 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