Class OutputType
Enum for the Showing output in the required format.
Inheritance
System.Object
OutputType
Namespace: Syncfusion.Maui.Core.Converters
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class OutputType : Enum
Fields
Decimal
Returns output as decimal
Declaration
public const OutputType Decimal
Field Value
Type |
---|
OutputType |
String
Returns output as String
Declaration
public const OutputType String
Field Value
Type |
---|
OutputType |