G
Guest
I am converting C++ code to C#, I came across a few C++ functions that I need
to match up to a C# function.
My question is What C# methods are used to replace the following C++ methods?
_ecvt - (converts a double to string)
_gcvt - (Converts a floating-point value to a string, which it stores in a
buffer).
string.append
strlen
string.find
string.resize
Thanks
to match up to a C# function.
My question is What C# methods are used to replace the following C++ methods?
_ecvt - (converts a double to string)
_gcvt - (Converts a floating-point value to a string, which it stores in a
buffer).
string.append
strlen
string.find
string.resize
Thanks