Show / Hide Table of Contents

Operator Explicit

| Improve this Doc View Source

Explicit(_Decimal to _String)

Converts the supplied _Decimal to _String.

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

A _Decimal object.

Returns
Type Description
_String

A _String expression which contains the result.

| Improve this Doc View Source

Explicit(_String to _Decimal)

Converts the supplied _String to _Decimal.

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

A _String object.

Returns
Type Description
_Decimal

A _Decimal expression which contains the result.

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