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: TcHmiSrv.String
The String to convert.

Return Value

Type: String
A String that is equivalent to value.

Reference

String Class

. Overload

TcHmiSrv Namespace