MiscUtils ArgsTpl Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberArgsTpl(String, Object)
Interprets template of the form: Some text {@value_name@:C} by replacing with property/field values. Note: this function does not recognize escapes for simplicity (as escapes can be replaced by regular strings instead)
Public methodStatic memberArgsTpl(String, Object, Boolean )
Interprets template of the form: Some text {@value_name@:C} by replacing with property/field values. Note: this function does not recognize escapes for simplicity (as escapes can be replaced by regular strings instead). Matched is set to true if at least one property match was made
Back to Top
See Also