Lean  $LEAN_TAG$
QuantConnect.Messages.Parse Class Reference

Provides user-facing messages for the QuantConnect.Parse class and its consumers or related classes More...

Static Public Member Functions

static string ValueIsNotParseable (string input, Type targetType)
 Returns a string message saying the provided input was not parseable as the given target type More...
 

Detailed Description

Provides user-facing messages for the QuantConnect.Parse class and its consumers or related classes

Definition at line 612 of file Messages.QuantConnect.cs.

Member Function Documentation

◆ ValueIsNotParseable()

static string QuantConnect.Messages.Parse.ValueIsNotParseable ( string  input,
Type  targetType 
)
static

Returns a string message saying the provided input was not parseable as the given target type

Definition at line 618 of file Messages.QuantConnect.cs.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: