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