[ROOT] / doc / DocFrag / ARCCore.PKTypeAttribute.StandardValidatorAndParser
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -6- | 
| Name | StandardValidatorAndParser | 
| Namespace | ARCCore | 
| Type | PKTypeAttribute | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | PKTypeAttribute | 
| MethodName | StandardValidatorAndParser | 
| MethodSignature | System.Func`2[System.String,ARCCore.ParseResult] StandardValidatorAndParser(System.Type) | 
Returns validator and parser for well known types like string, int, long, bool, DateTime, TimeSpan, Type, Uri.
TODO: Add validator and parser through use of reflection, that is, use reflection to look for type containing
TODO: a static TryParse method.
TODO: There is duplicate code in ARCQuery.QueryExpressionWhere.TryParse and ARCCore.PKTypeAttribute.StandardValidatorAndParser
Generated 2025-10-31 00:49:00.692 UTC