CharLower (user32)
Last changed: anfortas.geo@yahoo.com-216.204.61.86

.
Summary

C# Signature:

[DllImport("user32.dll", CharSet=CharSet.Auto)]
static extern uint CharLowerBuff([In,Out] StringBuilder lpsz, uint cchLength);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

String.ToLower is nearly the same, but this function does its conversion in place and processes only the specified number of characters.

Documentation