StepIdentifier Explicit Conversion (String to StepIdentifier)¶
Performs an explicit conversion from String to StepIdentifier.
Namespace: Citrix.SDK.AppDNA.Solutions.AppV.Processing
Assembly: Citrix.SDK.AppDNA.Solutions.AppV (in Citrix.SDK.AppDNA.Solutions.AppV.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public static explicit operator StepIdentifier (
string str
)
VB¶
Public Shared Narrowing Operator CType (
str As String
) As StepIdentifier
Parameters¶
- str
- Type: System.String
The string.
Return Value¶
Type: StepIdentifier
The result of the conversion.
Exceptions¶
Exception | Condition |
---|---|
InvalidCastException |
See Also¶
Reference¶
StepIdentifier Class
Citrix.SDK.AppDNA.Solutions.AppV.Processing Namespace