AsExtensions.AsString Method (Byte[])
From Tungsten Suite
Tungsten
|
|
AsExtensionsAsString Method (Byte) |
Converts an encoded byte array to a string
Namespace: W
Assembly: Tungsten.As (in Tungsten.As.dll) Version: 2.0.1
C#
public static string AsString( this byte[] this )
Parameters
- this
- Type: SystemByte
The encoded byte array to conver to a string
Return Value
Type: StringThe string representation of the encoded byte array