Click or drag to resize

DefaultParameterValueAttribute.Flag Property

X#
Flag indicating the type of the default parameter

Namespace:  XSharp.Internal
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 PROPERTY Flag AS LONG GET 
Request Example View Source

Property Value

Type: Long
Remarks
ValueDescription
0Regular .Net default value
1NIL
2Date (value is LONG ticks, empty for NULL_DATE)
3Symbol, value can be empty or a string
4PSZ, null = empty, or a string
5IntPtr (can be 0 for NullPtr)
6Decimal (stored as string without 'm' suffix)
See Also