Returns the value of a key in the General configuration section.

Declaration Syntax
public Nullable<T> GetKeyValueGeneric<T>(
string name
)
where T : struct, new()
Public Function GetKeyValueGeneric(Of T As {Structure, New}) ( _
name As String _
) As Nullable(Of T)

Generic Template Parameters
- T
- Generic type to convert the value to

Parameters

Return Value
Key value
Assembly:
MPfm (Module: MPfm) Version: 0.6.0.0 (0.6.0.0)