TemplateNodeMarkerNumeric Field |
A number-sign/pound/hash ("#") marker prefix indicates that the marker should be substituted with the
IField raw value
(see
TemplateNodeType.RawValue) unless that value is null or blank in which case zero "0" should be used.
This marker is appropriate for use in
show-if-eval expressions such as "{{#is_disabled}}==0" where a null value for
is_disabled would
evaluate to "==0" with the "*" marker, but "0==0" with the "#" marker.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public const string Numeric = "#"
Public Const Numeric As String = "#"
Field Value
Type:
StringSee Also