vst.h
-
Vst.
StringParse by: vst.h- 1,564 total downloads
- last updated 2/6/2023
- Latest version: 2.0.0.2
Provides a Parse generic extension method for string that converts string to T and no boxing occurs ``` C# // The following code does not occur boxing var a1 = "123".Parse<int>(); // a1 == 123 var a3 =... More information -
Vst.
TypeInfer by: vst.h- 496 total downloads
- last updated 2/5/2023
- Latest version: 1.0.0.1
Auxiliary type inference without writing types that are not necessary.