Convertor.AsBytes Method
From TegoOS
A Sandcastle Documented Class Library
| ConvertorAsBytes Method |
Converts String into Byte array
Namespace: Tego.Utils
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
public static byte[] AsBytes( this string str )
<ExtensionAttribute> Public Shared Function AsBytes ( str As String ) As Byte()
public: [ExtensionAttribute] static array<unsigned char>^ AsBytes( String^ str )
[<ExtensionAttribute>] static member AsBytes : str : string -> byte[]
Parameters
- str
- Type: SystemString
Given string
Return Value
Type: Bytebyte array