SeatCountParse Method

Converts the string representation of a seat count into its object equivalent.

Namespace: Dundas.BI.Licensing
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static SeatCount Parse(
	string input
)

Parameters

input  String
The input.

Return Value

SeatCount
The object.
Exceptions
ExceptionCondition
FormatExceptionInput was not in the expected format.
See Also