NormStr Implicit Conversion (NormStr to String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines an implicit conversion from a normalized string to a CLS-compliant string.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    name As NormStr _
) As String
public static implicit operator string (
    NormStr name
)
static implicit operator String^ (
    NormStr^ name
)
F# does not support the declaration of new casting operators.
JScript does not support the declaration of new casting operators.

Parameters

Return Value

Type: System.String
A CLS-compliant string.

.NET Framework Security

See Also

Reference

NormStr Class

Microsoft.SolverFoundation.Common Namespace