String . Conversion (String to String)

Converts an instance of the String class to the appropriate instance of the String class.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public static implicit operator String (
    string value
)

Parameters

value

Type: System.String
The String to convert.

Return Value

Type: String
An instance of the String class that is equivalent to value.

Reference

String Class

. Overload

TcHmiSrv Namespace