Method | Description | |
---|---|---|
ReadBytes ( string filename ) : byte[] | ||
ReadText ( string filename ) : string | ||
ReplaceParams ( string s, object>.Dictionary |
||
ReplaceParamsFlat ( string s, string>.Dictionary |
||
SetIfNotNullOrEmpty ( string value, string &dst ) : void | ||
WriteBytes ( string filename, byte bytes ) : bool | ||
WriteText ( string filename, string text ) : bool |
public static ReadBytes ( string filename ) : byte[] | ||
filename | string | |
return | byte[] |
public static ReadText ( string filename ) : string | ||
filename | string | |
return | string |
public static ReplaceParams ( string s, object>.Dictionary |
||
s | string | |
subs | object>.Dictionary | |
return | string |
public static ReplaceParamsFlat ( string s, string>.Dictionary |
||
s | string | |
subs | string>.Dictionary | |
return | string |
public static SetIfNotNullOrEmpty ( string value, string &dst ) : void | ||
value | string | |
dst | string | |
return | void |
public static WriteBytes ( string filename, byte bytes ) : bool | ||
filename | string | |
bytes | byte | |
return | bool |
public static WriteText ( string filename, string text ) : bool | ||
filename | string | |
text | string | |
return | bool |