Property | Type | Description | |
---|---|---|---|
OnReadAsArray | ReadAsArrayDelegation |
Method | Description | |
---|---|---|
Exists ( string filePath ) : bool | ||
ReadAsArray ( string filePath ) : byte[] | ||
ReadAsMemoryStream ( string filePath ) : |
public static Exists ( string filePath ) : bool | ||
filePath | string | |
return | bool |
public static ReadAsArray ( string filePath ) : byte[] | ||
filePath | string | |
return | byte[] |
public static ReadAsMemoryStream ( string filePath ) : |
||
filePath | string | |
return |