Method: IP2Record#GetValAsString

Defined in:
lib/ole20110223-013209.rb

#GetValAsString(field_name) ⇒ Object

method BSTR GetValAsString

BSTR field_name [IN]


901
902
903
# File 'lib/ole20110223-013209.rb', line 901

def GetValAsString(field_name)
  _invoke(2, [field_name], [VT_BSTR])
end