Alex141 / CalcBinding

Advanced WPF Binding which supports expressions in Path property and other features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can not use string methods (StartsWith)... Or can I?

pethopal opened this issue · comments

Hi,
I can not use string methods, because I can not convert input object to string....
Non of the trials below does not work:

  • using "System.": System.String(TxtVersion)).StartsWith('0')
  • using "System:": System:String(TxtVersion)).StartsWith('0')

or can I use (in a different way)?