mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-31 07:51:36 +00:00 
			
		
		
		
	Pull Stream
This commit is contained in:
		| @@ -36,11 +36,15 @@ using System.Reflection; | ||||
| using Esiur.Data; | ||||
| using Esiur.Core; | ||||
| using Esiur.Resource; | ||||
| using System.Collections; | ||||
| using Esiur.Data.GVWIE; | ||||
|  | ||||
| namespace Esiur.Data; | ||||
|  | ||||
| public static class DC // Data Converter | ||||
| { | ||||
|  | ||||
|  | ||||
|     public static object CastConvert(object value, Type destinationType) | ||||
|     { | ||||
|         if (value == null) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user