Namespace: DeltaEngine.Editor.HelpersAssembly: DeltaEngine.Editor (in DeltaEngine.Editor.exe) Version: 1.1.1.0 (1.1.1)
public virtual byte[] ReadAllBytes(
string filePath
)
public virtual byte[] ReadAllBytes(
string filePath
)
Public Overridable Function ReadAllBytes (
filePath As String
) As Byte()
Public Overridable Function ReadAllBytes (
filePath As String
) As Byte()
public:
virtual array<unsigned char>^ ReadAllBytes(
String^ filePath
)
public:
virtual array<unsigned char>^ ReadAllBytes(
String^ filePath
)
abstract ReadAllBytes :
filePath : string -> byte[]
override ReadAllBytes :
filePath : string -> byte[]
abstract ReadAllBytes :
filePath : string -> byte[]
override ReadAllBytes :
filePath : string -> byte[]
Return Value
Type:
Byte