CompressionHandlerGetBytes Method |
Namespace: Veeplay.utillitiesAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static byte[] GetBytes(
string str
)
Public Shared Function GetBytes (
str As String
) As Byte()
public:
static array<unsigned char>^ GetBytes(
String^ str
)
static member GetBytes :
str : string -> byte[]
Parameters
- str
- Type: SystemString
Return Value
Type:
ByteSee Also