Click or drag to resize

FndDecimalAttribute.TryParse Method

Parses a string representation of attribute into decimal

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public override bool TryParse(
	string s,
	out Object value
)

Parameters

s
Type: System.String

[Missing <param name="s"/> documentation for "M:Ifs.Fnd.Data.FndDecimalAttribute.TryParse(System.String,System.Object@)"]

value
Type: System.Object

[Missing <param name="value"/> documentation for "M:Ifs.Fnd.Data.FndDecimalAttribute.TryParse(System.String,System.Object@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Ifs.Fnd.Data.FndDecimalAttribute.TryParse(System.String,System.Object@)"]

See Also