Convert string to Enum
Description above coding i use for my Enum this coding also can be use for this error ” Cannot Implicitly type ‘string’ to ‘enum’ “. this coding mostly use during writing Open and Save button.
Description above coding i use for my Enum this coding also can be use for this error ” Cannot Implicitly type ‘string’ to ‘enum’ “. this coding mostly use during writing Open and Save button.
Description above coding i use for my int array this coding also works for “double”, “float” and all related numbers code this coding also can be use for this error ” Cannot Implicitly type ‘int’ to ‘int []’ “. this coding mostly use during writing Open and Save button.