C# Class Binda.HungarianNotationControlPrefix

Filters out lowercase prefixes. i.e., txtMyName would be returned as MyName
Inheritance: ControlPrefix
Show file Open project: minton/binda

Public Methods

Method Description
RemovePrefix ( string name ) : string

Private Methods

Method Description
FindFirstUpperCharacter ( string name ) : int

Method Details

RemovePrefix() public method

public RemovePrefix ( string name ) : string
name string
return string