StringSignalIdentifier Conversion (String to StringSignalIdentifier) |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static implicit operator StringSignalIdentifier (
string value
)
Public Shared Widening Operator CType (
value As String
) As StringSignalIdentifier
static implicit operator StringSignalIdentifier^ (
String^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemString
The value to convert.
Return Value
Type:
StringSignalIdentifier
A new
StringSignalIdentifier configured with the given string identifier,
or
if
value is
.
See Also