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