Click or drag to resize

SNodeGetInt Method

Developd by SO-SOFT
Get integer

Namespace: CsConfig
Assembly: CsConfig (in CsConfig.dll) Version: 6.1.9+46d27410a0b76d50d05db5101b089099ec679efa
Syntax
C#
public int GetInt(
	string name
)

Parameters

name  String
The item name

Return Value

Int32
The value(int.MinValue : Not found)
See Also