[ROOT] / doc / toc / ARCQuery / Class / FunctionKey / TryGetP / ARCQuery.FunctionKey.TryGetP Overload2 / __TOCDet
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -12- | 
| Name | TryGetP | 
| Namespace | ARCQuery | 
| Type | FunctionKey | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | FunctionKey | 
| MethodName | TryGetP | 
| MethodSignature | Boolean TryGetP[T](ARCCore.IP, System.Func`2[System.String,System.ValueTuple`3[System.Boolean,T,System.String]], System.Func`2[T,ARCCore.IP], ARCCore.IP ByRef, System.String ByRef) | 
Overload which will try to call TryGetV with generic type parameter, and if that does not succeed will try to call the optional 'tryParser'.
NOTE: The 'tryParser' is probably not necessary for types like int, long, double, DateTime, TimeSpan,
NOTE: as those are understood by TryGetV anyway.
Afterwards will then transform value as instructed.
See for instance use in FunctionKeyYear.TryGetP.
TODO: Became a little too complicated. Could possibly be split into one function for getting value and parsing it,
TODO: and one for transforming it.
Generated 2025-11-04 06:31:35.949 UTC