Converts the string representation of a seat count into its object equivalent.
Namespace: Dundas.BI.LicensingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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 String
- The input.
Return Value
SeatCountThe object.
Exceptions
See Also