SecurityHelperGetClearBytes Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static byte[] GetClearBytes(
byte[] b
)
Public Shared Function GetClearBytes (
b As Byte()
) As Byte()
public:
static array<unsigned char>^ GetClearBytes(
array<unsigned char>^ b
)
static member GetClearBytes :
b : byte[] -> byte[]
Parameters
- b
- Type: SystemByte
Return Value
Type:
Byte
See Also