Class DecimalValue

DecimalValue class

The class that incapsulates a Decimal value in a PrintTicket document.

public sealed class DecimalValue : Value

Constructors

NameDescription
DecimalValue(decimal)Creates a new instance.

Properties

NameDescription
Name { get; }Gets the element name.
ValueString { get; }Gets the value as string.

See Also