Sitecore 5.1.1 API

UIUtil.FormatHeader Method 

Formats a header.

[Visual Basic]
Public Shared Function FormatHeader( _
   ByVal header As String, _
   ByVal headerStyle As String _
) As String
[C#]
public static string FormatHeader(
   string header,
   string headerStyle
);

See Also

UIUtil Class | Sitecore Namespace