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