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
)
Public Shared Function Parse (
input As String
) As SeatCount
public:
static SeatCount Parse(
String^ input
)
static member Parse :
input : string -> SeatCount
Parameters
- input
- Type: SystemString
The input.
Return Value
Type:
SeatCountThe object.
Exceptions See Also