SecurityHelperReadClearFile Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static byte[] ReadClearFile(
string filePath
)
Public Shared Function ReadClearFile (
filePath As String
) As Byte()
public:
static array<unsigned char>^ ReadClearFile(
String^ filePath
)
static member ReadClearFile :
filePath : string -> byte[]
Parameters
- filePath
- Type: SystemString
Return Value
Type:
Byte
See Also