public decimal? DisplayToPrice(
string psDisplay
)Public Function DisplayToPrice (
psDisplay As String
) As Decimal?This takes into account the markets display format, e.g. for CBOT 10yr Note the display will be parsed in half 32nds as 107160, instead of the decimal 107.50
If the string is blank, or cannot be parsed, then null will be returned.