TryGetString

TryGetString(string, out string)

public bool TryGetString(string name, out string value) ;

Description

Get the value of the String type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetString(int, out string)

public bool TryGetString(int id, out string value) ;

Description

Get the value of the String type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.