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 (24.3.0.1000)
Syntax
public static SeatCount Parse(
	string input
)

Parameters

input
Type: SystemString
The input.

Return Value

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