GrapeCity.Xaml.CalcEngine
ValidateName Method


The name you wants to validate.
Validate the name.
Syntax
'Declaration
 
Public Shared Function ValidateName( _
   ByVal name As String _
) As Boolean
'Usage
 
Dim name As String
Dim value As Boolean
 
value = CalcParser.ValidateName(name)
public static bool ValidateName( 
   string name
)

Parameters

name
The name you wants to validate.

Return Value

true if the name is valid, otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcParser Class
CalcParser Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options