跳转到主要内容
ParameterDescription
Real Value()识别到的数值。
Rect CurrencyNameRect()包含币种名称的 Rectangle。若未找到币种名称,则为空。
Rect FractionalPartRect()包含分隔符之后数字的 Rectangle。若没有小数部分,则为空。
Rect IntegerPartRect()包含分隔符之前数字的 Rectangle。始终不为空。
String CurrencyName()识别到的币种名称。若未找到币种名称,则返回空的 string。