BuildMaster SDK Reference
Version:
ReadInt32(string key) Method
Syntax
protected
int? ReadInt32(string key)
Parameters
- key
- Type: string
Key of the value to read.
Returns
Int32 value if parsing was successful; otherwise null (Nothing in Visual Basic).