Skip to main content
Row

ValueObject.Implicit(String to ValueObject) Operator

Implicitly converts a String value to a ValueObject instance.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static implicit operator ValueObject(string value)

Parameters

Name Type Description
value String

A String value to be converted to a ValueObject.

Returns

Type Description
ValueObject

A ValueObject object that is the result of conversion.

See Also