 | RazorTemplateBase<TModel>.GetDouble Method |
Gets a double representation of the tag value.
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntaxpublic double GetDouble(
string name
)
Public Function GetDouble (
name As String
) As Double
Parameters
- name
- Type: System.String
The name of the tag.
Return Value
Type:
Double
See Also