returns true if attribute value can be parsed else false.

Namespace: Novalys.VisualGuard.Security.CommonProfileAttribute
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public bool CanParse(
	Object value
)
Visual Basic
Public Function CanParse ( 
	value As Object
) As Boolean

Parameters

value
Type: System..::..Object
attributeValue

Return Value

Type: Boolean
returns true if attribute value can be parsed else false.

Implements

VGIProfileAttributeDefinition..::..CanParse(Object)

See Also