Show / Hide Table of Contents

Operator Explicit

| Improve this Doc View Source

Explicit(_Char to _String)

Converts the supplied _Char to _String.

Declaration
public static explicit operator _String(_Char x)
Parameters
Type Name Description
_Char x

A _Char object.

Returns
Type Description
_String

A _String expression which contains the result.

| Improve this Doc View Source

Explicit(_String to _Char)

Converts the supplied _String to _Char.

Declaration
public static explicit operator _Char(_String x)
Parameters
Type Name Description
_String x

A _String object.

Returns
Type Description
_Char

A _Char expression which contains the result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest