StreamGetByte Method (String) | |
Gives byte array from file
Namespace:
SIC.File
Assembly:
SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public static byte[] GetByte(
string pFile
)
Public Shared Function GetByte (
pFile As String
) As Byte()
Parameters
- pFile
- Type: SystemString
file name include path
Return Value
Type:
Byte[Missing <returns> documentation for "M:SIC.File.Stream.GetByte(System.String)"]
See Also