TryGetStringList

TryGetStringList(string, out IList<string>)

public bool TryGetStringList(string name, out IList<string> value) ;

Description

Get the value of the StringList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetStringList(int, out IList<string>)

public bool TryGetStringList(int id, out IList<string> value) ;

Description

Get the value of the StringList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.