BuildMaster SDK Reference
Version:

ReadInt32(string key) Method

Reads the value for the specified key using the Inedo.Configuration.Sources.IConfigSource returned from GetConfigSource and attempts to convert the result to an Int32 value.

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).