Accessors
				
					
					getPropertiesSupported
					
						- get getPropertiesSupported(): boolean
Methods
				
					
					canConvertFrom
					
						- canConvertFrom(context: any, sourceType: Type): boolean
						- 
							
							Parameters
								- 
									context: any
- 
									sourceType: Type
 Returns boolean
canConvertTo
					
						- canConvertTo(context: any, destinationType: Type): boolean
						- 
							
							Parameters
								- 
									context: any
- 
									destinationType: Type
 Returns boolean
convertFrom
					
						- convertFrom(context: any, culture: CultureInfo, value: any): any
convertTo
					
						- convertTo(context: any, culture: CultureInfo, value: any, destinationType: Type): any
						- 
							
							Parameters
								- 
									context: any
- 
									
								
- 
									value: any
- 
									destinationType: Type
 Returns any
Static rangeToString
					
						- rangeToString(range: Range): string
						- 
							
							ParametersReturns string
Static stringToRange
					
						- stringToRange(str: string): Range