Money Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Strongly typed LUIS builtin_money.
public class Money : Microsoft.Bot.Builder.AI.Luis.NumberWithUnits
type Money = class
inherit NumberWithUnits
Public Class Money
Inherits NumberWithUnits
- Inheritance
Constructors
Money(Double, String) |
Initializes a new instance of the Money class. |
Properties
Number |
Gets or sets recognized number, or null if unit only. (Inherited from NumberWithUnits) |
Units |
Gets or sets normalized recognized unit. (Inherited from NumberWithUnits) |
Methods
ToString() | Returns a string that represents the current object. |