@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The CharUpperBuff API !!!!C# Signature: [DllImport("user32.dll", CharSet=CharSet.Auto)] static extern uint CharUpperBuff([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''.''ToUpper is nearly the same, but this function does its conversion in place and processes only the specified number of characters. Documentation: CharUpperBuff@msdn on MSDN
Edit user32.CharUpper
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.